PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / BaseEditor<P,C> Class / Detach Method

In This Topic
    Detach Method (BaseEditor<P,C>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub Detach( _
       ByVal editor As C _
    ) 
    public virtual void Detach( 
       C editor
    )

    Parameters

    editor
    See Also